module MREM
{

    recipe Pack MREs
    {
	    MRE=12,

	    Result:MREBox=1,
	    Time:20.0,
	    Category:Cooking,
    }

    recipe Unpack MREs
    {
	    MREBox,

	    Result:MRE=12,
	    Time:20.0,
	    Category:Cooking,
    }
}